home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Q&A / LinkConverter 1.2.1 / AppleScript Examples / AS Link to OS 8.5 Part1 < prev    next >
Encoding:
Text File  |  1999-08-06  |  179 b   |  7 lines  |  [TEXT/ToyS]

  1. on open of theList
  2.     tell application "Link to OS 8.5"
  3.         launch
  4.         set its silent to true -- this suppresses the final window with counter and time
  5.         open theList
  6.     end tell
  7. end open